.. _`Slice rows in Tables`: .. _`org.sysess.sympathy.slice.rows.tables`: Slice rows in Tables ```````````````````` .. image:: select_table_rows.svg :width: 48 Documentation ::::::::::::: Auto generated list version of :ref:`Slice rows in Table`. In this version, the following ports from the original nodes have been changed to lists which the node loops over: :Looped Inputs: data. :Looped Outputs: data. For details see the original node. Definition :::::::::: Input ports ........... **data** [table] Input Table Output ports ............ **data** [table] Output Table Configuration ............. **Count start from the end** (decrement_start) Count start from the end, when enabled, start is counted backwards from the end (last index). **Count stop from the end** (decrement_stop) Count stop from the end, when enabled, stop is counted backwards from the end (last index). **Start** (start) Start, specifies the start index of the value range. **Step** (step) Step, specifies the step length taken in the value range and determines which values inside of the range to keep. **Stop** (stop) Stop, specifies the stop index of the value range. Related nodes ............. * :ref:`org.sysess.sympathy.slice.rows.table` * :ref:`org.sysess.sympathy.slice.columns.table` Implementation .............. .. automodule:: node_slice :noindex: .. class:: SliceRowsTables :noindex: